home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / lib / python2.5 / bsddb / db.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-29  |  502b  |  13 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.5)
  3.  
  4. if __name__.startswith('bsddb3.'):
  5.     from _pybsddb import *
  6.     from _pybsddb import __version__
  7. else:
  8.     from _bsddb import *
  9.     from _bsddb import __version__
  10. if version() < (3, 2, 0):
  11.     raise ImportError, 'correct BerkeleyDB symbols not found.  Perhaps python was statically linked with an older version?'
  12.  
  13.